From: Bilal Elmoussaoui Date: Sat, 1 Jan 2022 16:31:38 +0000 (+0100) Subject: gtk: add nullable annotation to gtk_css_section_get_file X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~61^2^2~134^2~17 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=90357193c94b0fe57a53bdcf1f15e654f5bae043;p=gtk4.git gtk: add nullable annotation to gtk_css_section_get_file The constructor takes a nullable file param --- diff --git a/gtk/css/gtkcsssection.c b/gtk/css/gtkcsssection.c index 5851cc201c..727141fdb6 100644 --- a/gtk/css/gtkcsssection.c +++ b/gtk/css/gtkcsssection.c @@ -140,7 +140,7 @@ gtk_css_section_get_parent (const GtkCssSection *section) * If no such file exists, for example because the CSS was loaded via * [method@Gtk.CssProvider.load_from_data], then `NULL` is returned. * - * Returns: (transfer none): the `GFile` from which the `section` + * Returns: (transfer none) (nullable): the `GFile` from which the `section` * was parsed **/ GFile *